home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILSTIC / EFFIC.LZH / EFFIC.DOC < prev   
Text File  |  1987-01-30  |  1KB  |  22 lines

  1. Usage: EFFIC [Options] [>ResultFile]
  2.  
  3.   EFFIC measures the storage efficiency of any group of files on
  4.   any floppy or hard disk supported by MSDOS. It returns a list of
  5.   files with the number of clusters used, the number of non-contiguous
  6.   clusters and a measure of the efficiency of storage as it will affect
  7.   read/write performance. If all clusters are contiguous, the efficiency
  8.   is rated as 100%. Otherwise, the efficiency is downgraded by the
  9.   percentage of clusters that are non-contiguous.
  10.  
  11.   If no options are specified, the files in the current drive and
  12.   directory are analyzed, and a report listing all files found is
  13.   written to the standard output.
  14.  
  15. Options:
  16.   -S DrivePath  Start in the specified drive and directory.
  17.   -R            search Recursively, down all subdirectories found.
  18.   -Q            Quiet mode. Write only non-contiguous files.
  19.   -A            Automatic mode. Analyzes entire default drive quietly.
  20.   -?            write this Help message.
  21.  
  22.